gtk4.git
26 years agoThis important fix and will be god to incude this to 1.2.5.
Tomasz Kłoczko [Thu, 23 Sep 1999 04:41:32 +0000 (04:41 +0000)]
This important fix and will be god to incude this to 1.2.5.
Fix default font list name. Now on initializing gtk+ look for:
first: -*-aplos-medium-r-normal--12-*-*-*-*-*-iso8859-2 (this is biznet font),
second: -*-helvetica-medium-r-normal--12-*-*-*-*-*-iso8859-2,
third: -*-helvetica-medium-r-normal--12-*-*-*-*-*-iso8859-1.

Now all translated text to EE languages are displayed with correct font on
system with installed biznet iso8859-2 pixmap fonts (many Linux
distribution).

26 years agoAdd pixbuf_duplicate,
Michael Meeks [Wed, 22 Sep 1999 22:30:51 +0000 (22:30 +0000)]
Add pixbuf_duplicate,
Fix 'scale' API,
Add gdk_pixbuf_new,
clean io modules a tad.

26 years agoran make templates, to fix problems with structs.
Damon Chaplin [Wed, 22 Sep 1999 21:30:57 +0000 (21:30 +0000)]
ran make templates, to fix problems with structs.

1999-09-22  Damon Chaplin  <damon@karuna.freeserve.co.uk>

* gtk/tmpl/*.sgml: ran make templates, to fix problems with structs.

* gtk/gtk-sections.txt: rearranged GtkCombo section.

* gtk/tmpl/gtkvseparator.sgml:
* gtk/tmpl/gtkhseparator.sgml:
* gtk/tmpl/gtkgc.sgml:
* gtk/tmpl/gtkfeatures.sgml:
* gtk/tmpl/gtktipsquery.sgml:
* gtk/tmpl/gtkitem.sgml:
* gtk/tmpl/gtkinvisible.sgml:
* gtk/tmpl/gtkgamma.sgml:
* gtk/tmpl/gtkdata.sgml:
* gtk/tmpl/gtkcurve.sgml:
* gtk/tmpl/gtkcombo.sgml:
* gtk/tmpl/gtkaccellabel.sgml: documented.

26 years agoFont information translations
ÉRDI Gergo [Tue, 21 Sep 1999 20:28:45 +0000 (20:28 +0000)]
Font information translations

26 years agoDelete the gdk_DC when exiting, just to be sure.
Tor Lillqvist [Tue, 21 Sep 1999 19:12:50 +0000 (19:12 +0000)]
Delete the gdk_DC when exiting, just to be sure.

1999-09-21  Tor Lillqvist  <tml@iki.fi>

* gdk/win32/gdk.c (gdk_exit_func): Delete the gdk_DC when exiting,
just to be sure.

* gdk/win32/gdkvisual.c (gdk_visual_init): Remove a couple of
unused variables, leftovers from the X11 version.

* gdk/win32/rc/*.cur: Better cursors provided by Bernd Herd.

* gtk/gtkfontsel.c (gtk_font_selection_get_xlfd_field): Only
downcase fields on X11.

26 years agofirst pass at gtkmenubar... not complete
Dave Mason [Mon, 20 Sep 1999 18:50:12 +0000 (18:50 +0000)]
first pass at gtkmenubar... not complete

David Mason
dcm@redhat.com

26 years agoDavid Mason dcm@redhat.com
Dave Mason [Mon, 20 Sep 1999 15:46:56 +0000 (15:46 +0000)]
David Mason dcm@redhat.com

David Mason
dcm@redhat.com

26 years agofirst pass at gtkimage... not complete
Dave Mason [Mon, 20 Sep 1999 15:46:35 +0000 (15:46 +0000)]
first pass at gtkimage... not complete

David Mason
dcm@redhat.com

26 years agoadded pt_BR file
Pablo Saratxaga [Mon, 20 Sep 1999 12:25:19 +0000 (12:25 +0000)]
added pt_BR file

26 years agoAdd gdk_threads_mutex.
Tor Lillqvist [Fri, 17 Sep 1999 18:17:20 +0000 (18:17 +0000)]
Add gdk_threads_mutex.

1999-09-17  Tor Lillqvist  <tml@iki.fi>

* gdk/win32/gdk.def: Add gdk_threads_mutex.

* gtk/makefile.msc: Correct path to libintl.

Thanks to Tomi Ollila and Bernd Herd: Fix some inconsistencies in
use of gint vs. int, and gint vs. gboolean in headers and
definitions. Use GtkType for the *_get_type functions. Note that
these changes preserve binary compatibility.

* gdk/gdk.c
* gdk/win32/gdk.c
* gdk/gdk.h: Fix inconsistencies: gint vs int.

* gtk/gtkmain.c
* gtk/gtkclist.c
* gtk/gtkmenufactory.c
* gtk/gtknotebook.c
* gtk/gtkwidget.c: Fix inconsistencies, also gint
vs. gboolean.

* gtk/gtkcolorsel.[ch]
* gtk/gtkcombo.[ch]
* gtk/gtkdrawingarea.[ch]
* gtk/gtkgamma.[ch]
* gtk/gtkhandlebox.[ch]
* gtk/gtkhpaned.[ch]
* gtk/gtkhruler.[ch]
* gtk/gtkplug.[ch]
* gtk/gtkpreview.[ch]
* gtk/gtkruler.[ch]
* gtk/gtksocket.[ch]
* gtk/gtkstatusbar.[ch]
* gtk/gtktoolbar.[ch]
* gtk/gtkvbbox.[ch]
* gtk/gtkvpaned.[ch]
* gtk/gtkvruler.[ch]: Always use type GtkType for the *_get_type
functions.

* gtk/gtkgamma.h: Fix bug, missing () in call of
gtk_gamma_curve_get_type() in GTK_GAMMA_CURVE_CLASS.

26 years agoUpdated translation.
Kjartan Maraas [Fri, 17 Sep 1999 09:00:57 +0000 (09:00 +0000)]
Updated translation.

1999-09-17  Kjartan Maraas  <kmaraas@online.no>

* no.po: Updated translation.

26 years agoSet the initial ref_count to 1.
Federico Mena Quintero [Fri, 17 Sep 1999 07:57:25 +0000 (07:57 +0000)]
Set the initial ref_count to 1.

1999-09-17  Federico Mena Quintero  <federico@redhat.com>

* src/io-bmp.c (image_load): Set the initial ref_count to 1.

* src/io-gif.c (image_load): Likewise.

* src/io-jpeg.c (image_load): Likewise.

* src/io-png.c (image_load): Likewise.

* src/io-tiff.c (image_load): Likewise.

* src/io-xpm.c (_pixbuf_create_from_xpm): Likewise.

* src/gdk-pixbuf-io.c (gdk_pixbuf_load_image): Added an assertion
for the ref_count to be != 0.

26 years agoBe more paranoid with sanity checking. (gdk_pixbuf_unref): Fix incorrect
Federico Mena Quintero [Fri, 17 Sep 1999 05:59:53 +0000 (05:59 +0000)]
Be more paranoid with sanity checking. (gdk_pixbuf_unref): Fix incorrect

1999-09-17  Federico Mena Quintero  <federico@redhat.com>

* src/gdk-pixbuf.c (gdk_pixbuf_ref): Be more paranoid with sanity
checking.
(gdk_pixbuf_unref): Fix incorrect sanity check and comparison.

26 years agogdk/gdkcolor.c (gdk_colormap_new) Fix memory leak: colormap->colors was
Tor Lillqvist [Mon, 13 Sep 1999 22:06:11 +0000 (22:06 +0000)]
gdk/gdkcolor.c (gdk_colormap_new) Fix memory leak: colormap->colors was

1999-09-14  Tor Lillqvist  <tml@iki.fi>

* gdk/gdkcolor.c (gdk_colormap_new)
* gdk/win32/gdkcolor.c (gdk_colormap_new): Fix memory leak:
colormap->colors was allocated twice.

* gdk/win32/gdk.c: Remove some unused stuff.

* gdk/win32/gdkcolor.c (gdk_colormap_sync): Initialize all of the
colormap.

* gtk/gtkfontsel.c (gtk_font_selection_dialog_get_type)
* gtk/gtklabel.h (gtk_label_get_type)
* gtk/gtktipsquery.c (gtk_tips_query_get_type)
* gtk/gtktypeutils.h (gtk_type_name): : Use GtkType
in a couple of places, not guint.

26 years agoupdated dansih file
Pablo Saratxaga [Sat, 11 Sep 1999 00:14:57 +0000 (00:14 +0000)]
updated dansih file

26 years agoadded Estonian language file
Pablo Saratxaga [Fri, 10 Sep 1999 19:38:14 +0000 (19:38 +0000)]
added Estonian language file

26 years agoupdated da file
Pablo Saratxaga [Mon, 6 Sep 1999 09:48:52 +0000 (09:48 +0000)]
updated da file

26 years agoUpdated polish translation
Chyla Zbigniew [Fri, 3 Sep 1999 03:02:42 +0000 (03:02 +0000)]
Updated polish translation

26 years agoadded da file
Pablo Saratxaga [Wed, 1 Sep 1999 12:41:47 +0000 (12:41 +0000)]
added da file

26 years agoupdate-po
Pablo Saratxaga [Mon, 30 Aug 1999 17:40:10 +0000 (17:40 +0000)]
update-po

26 years agoupdate
Pablo Saratxaga [Mon, 30 Aug 1999 12:22:13 +0000 (12:22 +0000)]
update

26 years agoupdate-po
Pablo Saratxaga [Mon, 30 Aug 1999 12:21:10 +0000 (12:21 +0000)]
update-po

26 years agoMinor FAQ Update
BST 1999 Tony Gale [Sun, 29 Aug 1999 12:29:19 +0000 (12:29 +0000)]
Minor FAQ Update

Sun Aug 29 13:38:59 BST 1999 Tony Gale <gale@gtk.org>

Minor FAQ Update

26 years agonew section from Lee Mallabone.
Damon Chaplin [Sat, 28 Aug 1999 20:47:33 +0000 (20:47 +0000)]
new section from Lee Mallabone.

1999-08-28  Damon Chaplin  <damon@karuna.freeserve.co.uk>

* gtk/tmpl/gtkbbox.sgml: new section from Lee Mallabone.

* gdk/gdk-sections.txt: rearranged rgb, regions, and drawing sections.

* gdk/tmpl/rgb.sgml: new section from Raph Levien, with a few changes
by me, including a little example app.

* gdk/tmpl/regions.sgml:
* gdk/tmpl/event_structs.sgml:
* gdk/tmpl/drawing.sgml: my first attempt.
* gdk/tmpl/cursors.sgml: tiny changes.

26 years agoCommit the correct version.
Tony Gale [Sat, 28 Aug 1999 13:44:42 +0000 (13:44 +0000)]
Commit the correct version.

Commit the correct version.

26 years agoFAQ update
BST 1999 Tony Gale [Sat, 28 Aug 1999 13:25:28 +0000 (13:25 +0000)]
FAQ update

Sat Aug 28 14:34:37 BST 1999 Tony Gale <gale@gtk.org>

        * docs/gtkfaq.sgml: FAQ update

26 years agoWin32: Philippe Colantoni <colanton@aris.ss.uci.edu> suggests a way to get
Tor Lillqvist [Thu, 26 Aug 1999 22:22:03 +0000 (22:22 +0000)]
Win32: Philippe Colantoni <colanton@aris.ss.uci.edu> suggests a way to get

1999-08-27  Tor Lillqvist  <tml@iki.fi>

Win32: Philippe Colantoni <colanton@aris.ss.uci.edu> suggests a
way to get window contents continually refreshed while resizing. I
didn't like the effects myself, so it's not on by default.

* gdk/win32/gdkprivate.h: New flag variable
gdk_event_func_from_window_proc, FALSE by default.

* gdk/win32/gdk.c (gdk_init_check): Set above flag if the
environment variable GDK_EVENT_FUNC_FROM_WINDOW_PROC is set, or we
are passed --gdk-event-func-from-window-proc.

* gdk/win32/gdkevents.c (gdk_WindowProc): If above flag is set,
and we have am event_func, call it instead of enqueing the event.

26 years agoupdated ga file
Pablo Saratxaga [Thu, 26 Aug 1999 16:29:30 +0000 (16:29 +0000)]
updated ga file

26 years agoadded ga language, and add back sk and sl from gtk+ 1.2.3
Pablo Saratxaga [Wed, 25 Aug 1999 15:27:04 +0000 (15:27 +0000)]
added ga language, and add back sk and sl from gtk+ 1.2.3

26 years agoTypo fix.
Karsten Weiss [Tue, 24 Aug 1999 15:43:43 +0000 (15:43 +0000)]
Typo fix.

1999-08-24  Karsten Weiss  <karsten@addx.au.s.shuttle.de>

        * de.po: Typo fix.

26 years agofile COPYING was initially added on branch gtk-1-2.
Manish Singh [Mon, 23 Aug 1999 19:21:25 +0000 (19:21 +0000)]
file COPYING was initially added on branch gtk-1-2.

26 years agoFix from Simon Kelley: Set expose_count in GdkEventExposes correctly.
Tor Lillqvist [Mon, 23 Aug 1999 18:53:11 +0000 (18:53 +0000)]
Fix from Simon Kelley: Set expose_count in GdkEventExposes correctly.

* gdk/win32/gdkevents.c (gdk_event_translate): Fix from Simon
Kelley: Set expose_count in GdkEventExposes correctly.

* gdk/win32/gdkwindow.c: Remove dead code (#ifdef
MULTIPLE_WINDOW_CLASSES).

* gdk/win32/gdkdraw.c (gdk_draw_line): Workaround from Hans Breuer
for bug in NT, apparently NT *does* draw the end pixel, too, in
LineTo with a one-pixel pen, so we don't have to do it ourselves.

26 years ago Improvements by Hans Breuer:
Tor Lillqvist [Sat, 21 Aug 1999 00:41:24 +0000 (00:41 +0000)]
Improvements by Hans Breuer:

* gdk/win32/gdkwindow.c (RegisterGdkClass): New function

* gdk/win32/gdkwindow.c (gdk_window_new): Use it. Don't set the
CS_?REDRAW flags as they cause lots of (late) redraws when "show
window contents while dragging" is turned on. Allocate at least
one unique class for every GdkWindowType. If support for single
window-specific icons is ever needed (eg. Dialog specific), every
such window should get its own class.

26 years agochanged gtk_ruler_draw_ticks and gtk_ruler_draw_pos to private
Dave Mason [Fri, 20 Aug 1999 19:53:16 +0000 (19:53 +0000)]
changed gtk_ruler_draw_ticks and gtk_ruler_draw_pos to private

David Mason
dcm@redhat.com

26 years agowrote gtkruler - changed gtk_ruler_draw_tick and gtk_ruler_draw_pos to private
Dave Mason [Fri, 20 Aug 1999 19:52:36 +0000 (19:52 +0000)]
wrote gtkruler - changed gtk_ruler_draw_tick and gtk_ruler_draw_pos to private

David Mason
dcm@redhat.com

26 years agoFix a cut&paste error that caused crashes.
Tor Lillqvist [Thu, 19 Aug 1999 19:10:26 +0000 (19:10 +0000)]
Fix a cut&paste error that caused crashes.

* gdk/win32/gdkgc.c (gdk_gc_new_with_values): Fix a cut&paste
error that caused crashes.

26 years agoWhen blitting inside one window, use ScrollWindowEx, and call
Tor Lillqvist [Tue, 17 Aug 1999 17:47:14 +0000 (17:47 +0000)]
When blitting inside one window, use ScrollWindowEx, and call

* gdk/win32/gdkdraw.c (gdk_draw_pixmap): When blitting inside one
window, use ScrollWindowEx, and call UpdateWindow. This prevents
bugs when for instance part of the window was outside the
display. Thanks to Philippe Colantoni for finding and fixing this.

26 years ago.cvsignore updates
Owen Taylor [Tue, 17 Aug 1999 13:11:21 +0000 (13:11 +0000)]
.cvsignore updates

26 years agoFix corrupted end tag.
Owen Taylor [Tue, 17 Aug 1999 13:10:00 +0000 (13:10 +0000)]
Fix corrupted end tag.

Tue Aug 17 09:14:01 1999  Owen Taylor  <otaylor@redhat.com>

* gtk/tmpl/gtktypeutils.sgml: Fix corrupted end tag.

* gtk/tmpl/gtkselection.sgml gtk/tmpl/gtkrc.sgml
  gtk/tmpl/gtkdnd.sgml gtk/tmpl/gtkarrow.sgml
  gtk/tmpl/gtkpaned.sgml gtk/tmpl/gtkmisc.sgml
  gtk/tmpl/gtkhandlebox.sgml gtk/tmpl/gtkctree.sgml:
Added missing close tags.

26 years agoAdded section. (Written a while ago but fell through the cracks)
Owen Taylor [Tue, 17 Aug 1999 09:39:58 +0000 (09:39 +0000)]
Added section. (Written a while ago but fell through the cracks)

Thu Aug 19 14:43:08 1999  Owen Taylor  <otaylor@redhat.com>

* gdk/tmpl/gcs.sgml gdk/gdk-sections.txt: Added section.
  (Written a while ago but fell through the cracks)

* gtk/gtk-docs.sgml: Add a &hash; entity here as a
  temporary hack. (There is no standard entity
  for '#', and no way of escaping '#' in gtk-doc)

* gtk/tmpl/gtkrc.sgml: Use the above to fix up #rrggbb
  string literals.

* gtk/tmpl/gtkdrawingarea.sgml: Fixed a couple
  of errors in the example. (pointed out by
  Nick Lamb)

26 years agoDocumented
Owen Taylor [Mon, 16 Aug 1999 22:52:53 +0000 (22:52 +0000)]
Documented

Mon Aug 16 6:60:53 1999  Owen Taylor  <otaylor@redhat.com>

* gdk/tmpl/properties.sgml
  gdk/tmpl/selections.sgml
  gdk/tmpl/input_devices.sgml: Documented

* gdk/gdk-sections.txt: Moved around types for
  input devices properties and selections, marked
  a few functions as private.

26 years agoAdded .cvsignore files.
Owen Taylor [Mon, 16 Aug 1999 19:02:02 +0000 (19:02 +0000)]
Added .cvsignore files.

26 years agoInitial import of GTK+ reference docs
Owen Taylor [Mon, 16 Aug 1999 18:51:52 +0000 (18:51 +0000)]
Initial import of GTK+ reference docs

26 years agoInitial revision
Owen Taylor [Mon, 16 Aug 1999 18:51:52 +0000 (18:51 +0000)]
Initial revision

26 years agoFix start and end radial endpoint calculations which were totally wrong.
Tor Lillqvist [Mon, 16 Aug 1999 04:45:01 +0000 (04:45 +0000)]
Fix start and end radial endpoint calculations which were totally wrong.

* gdk/win32/gdkdraw.c (gdk_draw_arc): Fix start and end radial
endpoint calculations which were totally wrong. (A little RTFMing
helps a lot ;-)

* gtk/makefile.{cygwin,msc}: Use libintl extracted from glibc
from a separate directory, not from gettext, because of licensing
issues (we want to use the LGPL version).

* README.win32: Mention the intl from glibc vs from gettext issue.

26 years agoUpdated finnish translations (mainly just duplicating entries for
Mikko Rauhala [Fri, 13 Aug 1999 20:48:31 +0000 (20:48 +0000)]
Updated finnish translations (mainly just duplicating entries for
better statistics).

26 years agoFix a couple of bugs in the key event handling: Now AltGr chars work
Tor Lillqvist [Thu, 12 Aug 1999 21:44:22 +0000 (21:44 +0000)]
Fix a couple of bugs in the key event handling: Now AltGr chars work

* gdk/win32/gdkevents.c (gdk_event_translate): Fix a couple of bugs
in the key event handling: Now AltGr chars work again. Also,
now Alt-digits are passed up as well as Control-digits.
Pass keypad plus and minus as normal plus and minus.

26 years agoFAQ Update
BST 1999 Tony Gale [Wed, 11 Aug 1999 12:43:04 +0000 (12:43 +0000)]
FAQ Update

Wed Aug 11 13:38:26 BST 1999 Tony Gale  <gale@gtk.org>
        * docs/gtkfaq.sgml: FAQ Update

26 years agoFixed compiler warnings. Fixed write to unallocated memory (row_ptr), and
Federico Mena Quintero [Mon, 9 Aug 1999 06:09:24 +0000 (06:09 +0000)]
Fixed compiler warnings. Fixed write to unallocated memory (row_ptr), and

1999-08-09  Federico Mena Quintero  <federico@nuclecu.unam.mx>

* src/io-png.c (image_save): Fixed compiler warnings.  Fixed write
to unallocated memory (row_ptr), and fixed its type as well.  Take
into account the ArtPixbuf's rowstride when assigning the row
pointers.

* src/gdk-pixbuf.c: Fixup includes.

* src/gdk-pixbuf-io.c: Likewise.

26 years agoAdded a file describing some upcoming and more
Owen Taylor [Mon, 9 Aug 1999 02:11:54 +0000 (02:11 +0000)]
Added a file describing some upcoming and more
distant major changes to GDK.

26 years agoA couple of minor fixes, not worth any ChangeLog entry (?).
Tor Lillqvist [Fri, 6 Aug 1999 19:13:08 +0000 (19:13 +0000)]
A couple of minor fixes, not worth any ChangeLog entry (?).

26 years agoupdated wa & es files
Pablo Saratxaga [Sun, 1 Aug 1999 22:38:37 +0000 (22:38 +0000)]
updated wa & es files

26 years agoFixed 2 C syntax bugs, Daniel
Daniel Veillard [Sat, 31 Jul 1999 17:20:49 +0000 (17:20 +0000)]
Fixed 2 C syntax bugs, Daniel

26 years agoFor some wierd reason, the commit yesterday didn't get everything. (99% of
Mark Crichton [Fri, 30 Jul 1999 15:34:18 +0000 (15:34 +0000)]
For some wierd reason, the commit yesterday didn't get everything. (99% of

For some wierd reason, the commit yesterday didn't get everything. (99% of
the added code was MISSING)

Wierd.

Mark

26 years agoAdded some first steps for file saving. Big thing is that a
Mark Crichton [Thu, 29 Jul 1999 21:17:40 +0000 (21:17 +0000)]
Added some first steps for file saving. Big thing is that a

Added some first steps for file saving.  Big thing is that a gdk_pixbuf_save
function needs to be setup.

Mark

26 years agoOnly build the relevant loaders which require extra libraries if we
Michael Zucchi [Mon, 26 Jul 1999 06:39:39 +0000 (06:39 +0000)]
Only build the relevant loaders which require extra libraries if we

1999-07-26  Michael Zucchi  <mzucchi@denr.sa.gov.au>

        * src/Makefile.am (*_LIB): Only build the relevant loaders which
        require extra libraries if we actually have those libraries.

26 years agoEdit some of the cursors a bit to look better on white background.
Tor Lillqvist [Sun, 25 Jul 1999 22:57:20 +0000 (22:57 +0000)]
Edit some of the cursors a bit to look better on white background.

* gdk/win32/rc/cursor*.cur: Edit some of the cursors a bit to look
  better on white background.

26 years agoREADME.win32 Add HAVE_WINTAB. Undefine it if bulding without the Wintab
Tor Lillqvist [Sun, 25 Jul 1999 20:02:21 +0000 (20:02 +0000)]
README.win32 Add HAVE_WINTAB. Undefine it if bulding without the Wintab

* README.win32
* config.h.win32: Add HAVE_WINTAB. Undefine it if bulding without
  the Wintab SDK.

* gdk/win32/gdkinput.c: Hack some more. Still doesn't quite work
  OK, but getting closer. Guard against bogus tilt data from Wacom
  ArtPad II with the 3.40 driver. Add ifdefs for HAVE_WINTAB to
  enable easier building without Wintab.

* gdk/win32/gdkinput.h
* gdk/win32/gdkevents.c
* gdk/win32/gdkwindow.c: Minor changes related related to above.

* gdk/win32/gdkvisual.c: Simplify a lot, remove leftovers from X11
  code. As we have just one visual on Win32, no sense to have it in a
  table, and no need for the hash table.

26 years agoUpdated.
Karsten Weiss [Sun, 25 Jul 1999 12:47:10 +0000 (12:47 +0000)]
Updated.

1999-07-25  Karsten Weiss  <karsten@addx.au.s.shuttle.de>

        * de.po: Updated.

26 years agoInclude glib.h as it uses g* datatypes Added for gnome-config
Richard Hestilow [Sat, 24 Jul 1999 03:50:12 +0000 (03:50 +0000)]
Include glib.h as it uses g* datatypes Added for gnome-config

1999-07-23  Richard Hestilow  <hestgray@ionet.net>

        * src/gdk-pixbuf.h: Include glib.h as it uses g* datatypes
        * gdk_pixbufConf.sh.in: Added for gnome-config
        * Makefile.am:
        * configure.in: Modified to generate gdk_pixbufConf.sh

26 years agoru.po: Update
Sergey I. Panov [Fri, 23 Jul 1999 16:32:07 +0000 (16:32 +0000)]
ru.po: Update

26 years agoUpdate gcc build instructions. Mention gettext is GPL.
Tor Lillqvist [Wed, 21 Jul 1999 19:27:25 +0000 (19:27 +0000)]
Update gcc build instructions. Mention gettext is GPL.

* README.win32: Update gcc build instructions. Mention gettext is
  GPL.

* gdk/win32/gdkcursor.c (gdk_cursor_new_from_pixmap): Get correct
  supported cursor size with GetSystemMetrics.

* gdk/win32/gdkfont.c
* gtk/gtkfontsel.c: Guard against some font weight and charset
  symbols being undefined (in mingw32 headers).

* gdk/win32/makefile.cygwin
* gtk/makefile.cygwin
* gtk/gtkthemes.c: No longer need to have differently named
gcc-built DLLs when using gcc-2.95 and -fnative-struct.

26 years agoUpdated.
Vincent Renardias [Wed, 21 Jul 1999 17:28:27 +0000 (17:28 +0000)]
Updated.

* Updated.

26 years ago- Added Greek (el) locale.
Spiros Papadimitriou [Wed, 21 Jul 1999 07:38:58 +0000 (07:38 +0000)]
- Added Greek (el) locale.

26 years ago- Added Greek (el) locale.
Spiros Papadimitriou [Wed, 21 Jul 1999 04:46:17 +0000 (04:46 +0000)]
- Added Greek (el) locale.

26 years agoMore fixes to the rotation code. It really works well now. Now we need to
Mark Crichton [Tue, 20 Jul 1999 19:30:08 +0000 (19:30 +0000)]
More fixes to the rotation code. It really works well now. Now we need to

More fixes to the rotation code.  It really works well now.  Now we need
to fix the "clipping when rotating" problem if it is a real issue.

Mark

26 years agoAdded translation to the rotate
Mark Crichton [Tue, 20 Jul 1999 18:59:39 +0000 (18:59 +0000)]
Added translation to the rotate

Added translation to the rotate

26 years agoFix a few memory leaks in the, most of them in error cases but one or two
Larry Ewing [Mon, 19 Jul 1999 04:21:09 +0000 (04:21 +0000)]
Fix a few memory leaks in the, most of them in error cases but one or two

1999-07-18  Larry Ewing  <lewing@gimp.org>

* src/io-xpm.c:
* src/io-gif.c:
* src/io-png.c:
* src/io-jpeg.c: Fix a few memory leaks in the, most of them in
error cases but one or two in the common case.  There are probably
a few small ones left.

26 years agoOk minor changes.
Mark Crichton [Mon, 19 Jul 1999 02:13:34 +0000 (02:13 +0000)]
Ok minor changes.

Ok minor changes.

No longer make a version.h, and cleaned up some code here and there, and added
a quickie dirty-hack rotation function.  However, it rotates at the origin.
Is this what we want?  Or do we want a rotate w.r.t. the center of the pixbuf?

Anyone.

Mark

26 years agoreverted the expose everything changes, I'm not sure why these went in.
Larry Ewing [Sat, 17 Jul 1999 20:03:34 +0000 (20:03 +0000)]
reverted the expose everything changes, I'm not sure why these went in.

1999-07-16  Larry Ewing  <lewing@gimp.org>

* src/testpixbuf.c (expose_func): reverted the expose everything
changes, I'm not sure why these went in.
(config_func): bring this up to date with the new pixbuf_scale
semantics.

* src/gdk-pixbuf-io.c: added a couple of warnings to the module
loading code so that poeple can diagnose problems better.

* src/gdk-pixbuf.c (gdk_pixbux_scale): fix the borkedness, also it
no longer allocates a new pixbuf, which make things nicer for the
rest of the code.  Unfortunately there is still a problem with
scaling rgba images.

26 years agoFixed up the scaling routine.
Mark Crichton [Sat, 17 Jul 1999 03:00:10 +0000 (03:00 +0000)]
Fixed up the scaling routine.

Fixed up the scaling routine.

26 years agoAdded scaling of pixmaps. Currently doesn't work, however, since I'm
Mark Crichton [Fri, 16 Jul 1999 20:35:21 +0000 (20:35 +0000)]
Added scaling of pixmaps. Currently doesn't work, however, since I'm

Added scaling of pixmaps.  Currently doesn't work, however, since I'm guessing
how art_rgb_affine really works.

Mark

26 years agoLong awaited FAQ update.
BST 1999 Tony Gale [Thu, 15 Jul 1999 12:40:48 +0000 (12:40 +0000)]
Long awaited FAQ update.

Thu Jul 15 13:33:15 BST 1999 Tony Gale <gale@gtk.org>

        * docs/gtkfaq.sgml: Long awaited FAQ update.

26 years agoadd raph@gimp.org's fix to the jpeg indexing routine
Larry Ewing [Thu, 15 Jul 1999 06:42:42 +0000 (06:42 +0000)]
add raph@gimp.org's fix to the jpeg indexing routine

1999-07-15  Larry Ewing  <lewing@gimp.org>

* src/io-jpeg.c (image_load): add raph@gimp.org's fix to the jpeg
indexing routine

* src/testpixbuf.c (main): fix up the file routines a little so
that you can load multiple files given the file names

26 years agoMore fixes. See ChangeLog
Mark Crichton [Thu, 15 Jul 1999 04:58:39 +0000 (04:58 +0000)]
More fixes. See ChangeLog

More fixes.  See ChangeLog

26 years agoImplement it. Obscure bit manipulation needed.
Tor Lillqvist [Wed, 14 Jul 1999 23:30:15 +0000 (23:30 +0000)]
Implement it. Obscure bit manipulation needed.

* gdk/win32/gdkcursor.c (gdk_cursor_new_from_pixmap): Implement
  it. Obscure bit manipulation needed.

* gdk/win32/gdkevents.c: Logging.

* gtk/gtkthemes.c (gtk_theme_engine_get): (Win32) Use new DLL naming
style (file name include compiler name) for theme engines.

26 years agoupdated spanish language file
Pablo Saratxaga [Wed, 14 Jul 1999 17:35:32 +0000 (17:35 +0000)]
updated spanish language file

26 years agoconfigure.in: Fixed GIF check. Actually works now! src/gdk-pixbuf.c: More
Mark Crichton [Tue, 13 Jul 1999 07:01:08 +0000 (07:01 +0000)]
configure.in: Fixed GIF check. Actually works now! src/gdk-pixbuf.c: More

configure.in: Fixed GIF check.  Actually works now!
src/gdk-pixbuf.c: More scaling work.

26 years agoDoh. Forgot the libgif check. Also, slowly adding the scaling support That
Mark Crichton [Tue, 13 Jul 1999 06:21:40 +0000 (06:21 +0000)]
Doh. Forgot the libgif check. Also, slowly adding the scaling support That

Doh.  Forgot the libgif check.  Also, slowly adding the scaling support
That will be the next commit.

I also hope I got the configure.in right...

M

26 years agoOk, we'll try this again.
Mark Crichton [Tue, 13 Jul 1999 01:01:14 +0000 (01:01 +0000)]
Ok, we'll try this again.

Ok, we'll try this again.

io-xpm.c: Fixed.  Now actually loads XPMs instead of a big black blob.

configure.in : yes, I know it was broken.  It wasn't finished quite yet (I
always have larger fish to fry)

Oh, and if anyone touches this module again without emailing the people in
AUTHORS, I will go ballistic (after spending precious time figuring out why
this commit never happened the 1st time I tried...)

26 years agoLess logging verbiage.
Tor Lillqvist [Mon, 12 Jul 1999 23:12:39 +0000 (23:12 +0000)]
Less logging verbiage.

* gdk/win32/gdkdraw.c (gdk_draw_pixmap): Less logging verbiage.

* gdk/win32/gdkevents.c: Fix long-standing bug in key
  events. The key.string wasn't zero-terminated, still we strdup'ed
  it in gdk_event_copy(). Synthesize crossing events for button
  events before possible propagation.

* gdk/win32/gdkwindow.c: Log gdk_window_set_title.

* gdk/win32/makefile.cygwin
* gtk/makefile.cygwin: Use new DLL naming style for the
  GCC-compiled ones.

* gdk/win32/makefile.msc
* gtk/makefile.msc: Cosmetics mostly.

* gtk/gtk.def: Add missing entry points.

* gtk/gtksocket.c: Add dummy gtk_socket_get_type() for Win32.

26 years agoRemove spurious `,'.
Raja R Harinath [Mon, 12 Jul 1999 21:14:27 +0000 (21:14 +0000)]
Remove spurious `,'.

* configure.in (AC_OUTPUT): Remove spurious `,'.

26 years agoshut up cvs
Manish Singh [Mon, 12 Jul 1999 20:53:40 +0000 (20:53 +0000)]
shut up cvs

-Yosh

26 years agoFun automake fixins
Manish Singh [Mon, 12 Jul 1999 20:52:05 +0000 (20:52 +0000)]
Fun automake fixins

-Yosh

26 years agoStill working on getting the system working. Nearing release, and one
Mark Crichton [Mon, 12 Jul 1999 20:27:50 +0000 (20:27 +0000)]
Still working on getting the system working. Nearing release, and one

Still working on getting the system working.  Nearing release, and one little
xpm bug to hunt down still.

26 years agoSome changes to do a "proper" install.
Mark Crichton [Mon, 12 Jul 1999 05:40:02 +0000 (05:40 +0000)]
Some changes to do a "proper" install.

Some changes to do a "proper" install.

Makefile doesnt work, however.

26 years agoFixed crash-on-loading bug (width and height are not set until
Mark Crichton [Mon, 12 Jul 1999 04:55:16 +0000 (04:55 +0000)]
Fixed crash-on-loading bug (width and height are not set until

Fixed crash-on-loading bug (width and height are not set until decompression
starts)

Mark

26 years agoUpdated
Tomas Ogren [Sat, 10 Jul 1999 21:39:00 +0000 (21:39 +0000)]
Updated

1999-07-10  Tomas Ogren  <stric@ing.umu.se>

* sv.po: Updated

26 years agoTypo.
Tor Lillqvist [Sat, 10 Jul 1999 00:29:00 +0000 (00:29 +0000)]
Typo.

26 years agoDon't draw anything if width or height is zero. Don't print a warning if
Tor Lillqvist [Sat, 10 Jul 1999 00:26:54 +0000 (00:26 +0000)]
Don't draw anything if width or height is zero. Don't print a warning if

* gdk/win32/gdkdraw.c (gdk_draw_arc): Don't draw anything if width
  or height is zero. Don't print a warning if Pie or Arc fails, they
always fail (?) for very narrow ellipses.

* gdk/win32/gdkdraw.c (gdk_draw_pixmap): Call InvalidateRgn for
  the part or the destination window corresponding to source area
  outside of the source drawable's boundary.

* gdk/win32/gdkdraw.c (gdk_draw_lines, gdk_draw_polygon): Don't do
  anything if less than two points.

* gdk/win32/gdkselection.c (gdk_selection_owner_get): Always
  return NULL. Gtk cut-and-paste inside a single program works
  better this way. (It always gets the clipboard contents from
  Windows, not from its own copy, which is cleared anyway. I can't
  say I fully understand what happens... Emulating the X selection
  and property stuff is a bit of a mess.)

* gdk/win32/gdkevents.c
* gdk/win32/gdkproperty.c: A bít more verbose logging.

* gdk/win32/gdkregion.c: Fix some memory leaks (temporary regions
  that never got deleted). Revamp gdk_region_shrink.

* gdk/win32/gdkregion.c: Fix memory leak, delete temporary regions
  after use.

* gtk/gtk.def: Add some missing entry points.

* gtk/gtkrc.c: Strip trailing directory separator from pixmap path
  component.

26 years agoMassive update...
Mark Crichton [Thu, 8 Jul 1999 16:04:16 +0000 (16:04 +0000)]
Massive update...

Massive update...

gdk-pixbuf-io.c: Fixed to compile and run in a very crippled state.

io-bpm.c: Rough start on a WIN/OS2 BMP loader

testpixbuf.c: Really crude test program for gdk-pixbuf

io-gif.c: Fixed some boneheaded uninitalized variables causing the
loader to choke

26 years agoupdated euskara language file
Pablo Saratxaga [Wed, 7 Jul 1999 21:34:36 +0000 (21:34 +0000)]
updated euskara language file

26 years agolittle fix, added version of file
Pablo Saratxaga [Tue, 6 Jul 1999 01:08:15 +0000 (01:08 +0000)]
little fix, added version of file

26 years agoadded euskara language file
Pablo Saratxaga [Tue, 6 Jul 1999 00:56:26 +0000 (00:56 +0000)]
added euskara language file

26 years agoHandle Control-digits specially.
Tor Lillqvist [Sat, 3 Jul 1999 23:31:50 +0000 (23:31 +0000)]
Handle Control-digits specially.

* gdk/win32/gdkevents.c (gdk_event_translate): Handle
  Control-digits specially.

26 years agoNew pthreads version. Use gettext.
Tor Lillqvist [Sat, 3 Jul 1999 02:13:51 +0000 (02:13 +0000)]
New pthreads version. Use gettext.

* gtk/makefile.{cygwin,msc}: New pthreads version. Use gettext.

26 years agoAdd a missing entry point.
Tor Lillqvist [Fri, 2 Jul 1999 09:26:11 +0000 (09:26 +0000)]
Add a missing entry point.

26 years agoShut some thing up for cvs, and fixed AM_INSTALL macro.
Mark Crichton [Thu, 1 Jul 1999 07:00:43 +0000 (07:00 +0000)]
Shut some thing up for cvs, and fixed AM_INSTALL macro.

Shut some thing up for cvs, and fixed AM_INSTALL macro.

26 years agoNow we have very rudimentary tiff support.
Mark Crichton [Thu, 1 Jul 1999 06:59:07 +0000 (06:59 +0000)]
Now we have very rudimentary tiff support.

Now we have very rudimentary tiff support.

I should use the loading logic in the GIMP plugin...

26 years agoAdded some io-* loaders to the Makefile.am
Mark Crichton [Thu, 1 Jul 1999 03:45:59 +0000 (03:45 +0000)]
Added some io-* loaders to the Makefile.am

Added some io-* loaders to the Makefile.am